<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pc-block {
  display: block !important;
}

.mobile-block {
  display: none !important;
}

.i-banner .li .mobile-block {
  display: none !important;
}

.opacity-block {
  opacity: 0;
  visibility: hidden;
}

.search-alert {
  position: fixed;
  z-index: 100;
  background-color: #222;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.search-alert input::-webkit-input-placeholder {
  color: #fff !important;
}
.search-alert input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff !important;
}
.search-alert input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff !important;
}
.search-alert input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff !important;
}
.search-alert .cent-form {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
      -ms-transform: translate(0, 40px);
          transform: translate(0, 40px);
  -webkit-transition: all .5s;
          transition: all .5s;
}

.search-alert .close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 38px;
  right: 2.6%;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.search-alert .close:before {
  font-size: 30px;
  top: 0;
  left: 0;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.search-alert .close:hover:before {
  color: #d00010;
}

.search-alert .cent-form {
  position: absolute;
  width: 94.8%;
  left: 2.6%;
  top: 50%;
  height: 2rem;
  margin-top: -63px;
  border-bottom: 1px solid #515151;
}

.search-alert .cent-form:before {
  color: #fff;
  font-size: 30px;
  position: absolute;
  left: 0;
  height: 50px;
  top: 50%;
  margin-top: -25px;
}

.search-alert .cent-form .tex {
  border: none;
  font-size: 1.2rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  width: 100%;
  color: #fff;
  background: none;
  padding-left: 2rem;
  padding-right: 3.5rem;
}

.search-alert .cent-form .sub-butn {
  border: none;
  height: 1.5rem;
  font-size: .8rem;
  line-height: 1.5rem;
  color: #555;
  text-align: right;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.5rem;
  text-align: center;
}

.search-alert {
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform .3s .5s;
          transition: transform .3s .5s;
}

.search-alert.active {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: -webkit-transform .3s;
          transition: transform .3s;
}
.search-alert.active .cent-form {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all .5s .3s;
          transition: all .5s .3s;
}

@media (max-width: 1730px) {
  .w1660 {
    width: 88%;
  }

  .n-news .li-item .tit-20 {
    font-size: 18px;
  }

  .n-news .n-text .tit-20 {
    line-height: 1.6;
    font-size: 18px;
  }

  .n-banner .rec-news {
    left: 6%;
  }

  .car_model .list10 .w1600 {
    width: 88%;
  }
}
@media (max-width: 1480px) {
  .w1400 {
    width: 88%;
  }

  .bocweb-footer .top .fot-top-right {
    width: calc(100% - 340px);
    margin-left: 0;
  }

  .bocweb-footer .top .fot-top-right .dl {
    margin-right: .5rem;
  }

  .header1 nav {
    margin-left: -300px;
  }

  .n-banner .banner-tit .tit-p {
    font-size: 16px;
  }

  .n-car_buying .listb .eventbox, .n-about .listc .ulbox {
    width: 88%;
  }

  .n-about .listb .text, .n-about .listb .swiper-pagination {
    margin-left: 4rem;
  }

  .n-about .lista .bot-tit p {
    font-size: 22px;
  }

  .n-about .listb .tit-30 {
    font-size: 24px;
  }

  .n-about .listc .ulbox .li-item .text {
    font-size: 16px;
  }

  .n-about .listb .swiper-pagination {
    bottom: 1.5rem;
  }

  .header1 .pc-sub-nav {
    height: 560px;
  }

  .header1 .pc-sub-nav .nlist {
    width: 860px;
    height: 560px;
  }

  .header1 .pc-sub-nav .imgbox {
    height: 560px;
  }

  .header1 .pc-sub-nav .imgbox {
    width: calc(100% - 860px);
  }

  .w1440 {
    width: 88%;
  }

  .car_model .lista .car-imgbox .ulimg {
    width: 88%;
    background-size: 100% auto;
  }

  .car_model .lista .car-imgbox .ulimg {
    height: 16rem;
  }

  .car_model .list13 .w1350 {
    width: 88%;
  }

  .car_model .lista .car-imgbox .ulimg #carimg {
    width: 65% !important;
    height: calc(100vw * 0.54 * 0.667) !important;
    background-size: 100% 100%;
  }
  .i-lista .carbox .libox .icon-item{
    width:33.3%;
  }
  .i-lista .carbox .libox .icon-item{
    padding:0 2%;
  }
  .n-join .join-list-ajax .joins .join-info .p{
    font-size:14px;
  }
}
@media (max-width: 1360px) {
  .news-info .w1220 {
    width: 88%;
  }

  .news-info .info-box-right {
    width: calc(100% * 0.25);
  }

  .news-info .info-box-right.active {
    margin-left: calc(88% - (88% * 0.25));
  }

  .news-info .info-box-right.on {
    margin-left: calc(100% - 25%);
  }

  .news-info .info-box-right.active {
    width: calc(88% * 0.25);
  }

  .news-info .fx-news-left.active, .news-info .info-box-right.active {
    top: 4rem;
  }

  .news-info .fx-news-left.on, .news-info .info-box-right.on {
    top: auto;
  }

  .news-info .top .tit-30 {
    font-size: 24px;
  }

  .n-handbook .tabbox {
    width: 88%;
  }

  .n-handbook .lista {
    width: 88%;
  }

  .n-handbook .car-item .car-right a {
    font-size: 14px;
  }

  .n-car_buying .listb .eventbox .p-box .p-18 {
    font-size: 16px;
  }

  .n-about .lista .about-text {
    width: 88%;
  }

  .i-lista .carlist .li-item {
    width: 20%;
  }

  .w1280 {
    width: 88%;
  }

  .n-dealer-recruit .list2 .img1, .n-dealer-recruit .list2 .img2 {
    width: 47.65%;
  }

  .n-dealer-recruit .list3 .botimg .img2 {
    width: 50%;
  }

  .n-dealer-recruit .list3 .botimg .img3 {
    width: 44%;
  }

  .n-dealer-recruit .list4 .img-item .img2 {
    width: 43%;
  }

  .n-dealer-recruit .list4 .img-item .img3 {
    width: 47.6%;
  }

  .n-dealer-recruit .list7 .img-item .img2 {
    width: 44.4%;
  }

  .n-dealer-recruit .list7 .img-item .img3 {
    width: 44%;
  }

  .md-modal.car560-img-alert {
    max-width: 90%;
    min-width: 80%;
  }
  .header1 nav li{
    margin:0 18px;
  }
}
@media (max-width: 1270px) {
  .n-news .li-item {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }

  .n-news .li-item:nth-child(3n) {
    margin-right: 3%;
  }

  .n-news .li-item:nth-child(2n) {
    margin-right: 0;
  }

  .bocweb-footer .top .dlbox {
    width: calc(100% - 280px);
  }

  .bocweb-footer .top .dlbox .dl {
    margin-right: .4rem;
  }

  .n-car_buying .listb .eventbox .event-li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }

  .n-car_buying .listb .eventbox .event-li:nth-child(3n) {
    margin-right: 4%;
  }

  .n-car_buying .listb .eventbox .event-li:nth-child(2n) {
    margin-right: 0;
  }

  .n-about .listc .ulbox .li-item .text {
    font-size: 14px;
  }

  .n-about .listb .tit-30 {
    font-size: 18px;
  }

  .n-promotion .promotion-left .li-item:nth-child(3n) {
    margin-right: 2%;
  }

  .bocweb-footer .top .fot-top-right {
    width: calc(100% - 280px);
  }

  .bocweb-footer .top .fot-top-right .dl {
    margin-right: 0;
  }

  .w1400 {
    width: 92%;
  }

  .n-drive-two .tabbox, .n-drive-two .lista, .n-drive-two .listb, .n-drive-two .drive-bot {
    width: 88%;
  }

  .i-listb .car-img {
    height: 24rem;
  }

  .i-listb {
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    height: auto;
  }

  .i-listb .car-img, .i-listb .news-text {
    width: 100%;
  }

  .n-dealer-recruit .list17 .imgbox {
    height: 15rem;
  }

  .car_model .list5 .li-item {
    height: 150px;
  }

  .car560-img-alert .md-content {
    width: 100%;
    margin-left: -50%;
  }

  .car560-img-alert .swiper-img {
    width: 100%;
  }
  .n-join .listf .erwei-box .li{
    margin:0 1.5rem;
  }
}
@media (max-width: 1100px) {
  .n-handbook .car-item .car-right a {
    width: 32%;
    margin-right: 2%;
  }

  .n-handbook .car-item .car-right a:nth-child(4n) {
    margin-right: 2%;
  }

  .n-handbook .car-item .car-right a:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .n-header {
    height: 55px;
  }

  .header1 {
    display: none;
  }

  .header2 {
    display: block;
  }

  .pc-block {
    display: none !important;
  }

  .mobile-block {
    display: block !important;
  }

  .bocweb-footer .top .fot-top-left {
    width: 100%;
    float: none;
    display: block;
  }

  .bocweb-footer .top .fot-top-right {
    width: 100%;
    float: none;
    display: block;
    margin-top: 1rem;
  }

  .bocweb-footer .top .fot-top-right .dl {
    width: 16.6%;
  }

  .n-banner .rec-news {
    width: 88%;
  }

  .n-banner .rec-news .tit-34 {
    width: calc(100% - 150px);
    font-size: .6rem;
  }

  .n-banner .rec-news .bottonbox {
    height: 35px;
    line-height: 35px;
    display: block;
    width: 100px;
    font-size: 12px;
    top: 0;
  }

  .n-news .n-text {
    display: none;
  }

  .news-info .info-box-left {
    width: 100%;
    float: none;
    border-right: none;
  }

  .news-info .info-box-right {
    margin-top: 1.5rem;
  }

  .news-info .fx-news-left {
    margin-top: 1rem;
  }

  .news-info .fx-news-left, .news-info .info-box-right {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: 0 !important;
    width: 100% !important;
    margin-left: 0 !important;
  }

  .news-info .fx-news-left {
    padding: 0 1rem;
  }

  .news-info .fx-news-left a {
    float: left;
  }

  .news-info .fx-news-left a + a {
    margin-top: 0;
    margin-left: 20px;
  }

  .news-info .top .tit-30 {
    font-size: .75rem;
  }

  .bocweb-footer {
    padding-bottom: 0;
  }

  .bocweb-footer .bot {
    text-align: center;
  }

  .bocweb-footer .bot .fxbox {
    position: relative;
    display: inline-block;
    margin-top: .5rem;
  }

  .sidebar-box {
    top: calc(348 * 0.1vw);
  }

  .n-handbook .tabbox .select-step1 .sp1 {
    font-size: 16px;
  }

  .n-handbook .tabbox .select-step1 {
    padding: 0;
    padding-bottom: 10px;
  }

  .n-handbook .car-item .car-left, .n-handbook .car-item .car-right {
    width: 100%;
    float: none;
  }

  .n-handbook .car-item .car-left {
    display: block;
    margin-bottom: 1rem;
  }

  .n-handbook .carbox .li-item {
    width: 32%;
    margin-right: 2%;
  }

  .n-handbook .carbox .li-item:nth-child(4n) {
    margin-right: 2%;
  }

  .n-handbook .carbox .li-item:nth-child(3n) {
    margin-right: 0;
  }

  .n-handbook .bot-href a {
    height: 50px;
    line-height: 50px;
  }

  .n-car_buying .lista .p {
    width: 88%;
  }

  .n-about .listc .ulbox .li-item .time {
    width: 105px;
  }

  .n-about .listc .ulbox .li-item .img-text {
    width: calc(100% - 105px);
  }

  .n-about .lista .bot-tit p {
    font-size: 18px;
  }

  .i-banner .li .pc-block {
    display: none !important;
  }

  .i-banner .li .mobile-block {
    display: inline-block !important;
  }

  .i-banner .titlebox {
    top: 10%;
    width: 60%;
    left: 5%;
  }

  .n-about .listb .text, .n-about .listb .swiper-pagination {
    margin-left: 2rem;
  }

  .n-about .lista .about-text {
    font-size: 14px;
  }

  .i-lista .carbox {
    height: auto;
    background-size: cover;
    background-position: center center;
  }

  .i-lista .carbox .n-carbox {
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .i-lista .carbox .car-left {
    width: 100%;
  }

  .i-lista .carbox .car-right {
    width: 100%;
  }

  .n-derler .mapbox {
    left: 3%;
    width: 380px;
  }

  .n-derler .mapbox .map-step {
    width: 380px;
  }

  .i-listb .car-img {
    height: 20rem;
  }

  .n-dealer-recruit .list17 .imgbox {
    height: auto;
  }

  .n-dealer-recruit .list17 .imgbox .swiper-slide img {
    margin-top: 0 !important;
  }

  .n-dealer-recruit .list17 .imgbox .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
  }

  .header1.scroll {
    height: 55px;
  }

  .n-join .lista .filterbox .filter-item4 form {
    width: calc(100% - 90px - 1rem);
  }

  .n-join .filter-form {
    width: 100%;
  }

  .n-join .lista .filterbox .filter-title, .n-join .lista .filterbox .sp3 {
    line-height: 35px;
  }

  .n-join .lista .filterbox .filter-li {
    height: 50px;
  }

  .n-join .lista .filterbox .filter-item.active .filter-li {
    max-height: 200px;
  }

  .n-join .lista .filterbox .sp2 {
    margin: 0 .35rem 15px;
    line-height: 35px;
  }

  .n-join .lista .join-list .join-list-text span {
    line-height: 2;
  }

  .n-join .list-step1 .list-step-box .li {
    width: 50%;
  }

  .n-join .list-step2 .list-step-box .li-100 {
    width: 100%;
  }

  .n-join .list-step2 .list-step-box .li-47 {
    width: 48%;
  }

  .n-join .list-step2 .list-step-box .ma-left-6 {
    margin-right: 4%;
  }

  .car-info-nav {
    padding: 0 15px;
  }

  .car-info-nav .itembox {
    margin-left: .5rem;
  }

  .car-info-nav .drive-button {
    width: 110px;
  }

  .car_model .list5 .libox {
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 88%;
    margin: 0 auto;
  }

  .car_model .list5 .libox .li-item {
    margin: 0 1.15% 2.3%;
    width: 31%;
  }

  .car_model .list6 .bot-li .li {
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }

  .configure-list .car-list .bottonbox p, .car_model .list6 .car-button p {
    font-size: 14px;
  }

  .car_model .list12 {
    padding: 5rem 0;
  }

  .car_model .list12 .li-item .li {
    width: 160px;
    height: 160px;
  }

  .car_model .list13 {
    height: 18rem;
  }

  .car_model .list13 .car-img {
    width: 10rem;
  }

  .car_model .list14 .li-item {
    width: 160px;
    height: 160px;
  }

  .car_model .list14 .libox {
    margin-top: 3rem;
  }

  .car_model .list14 {
    padding: 2.25rem 0 4.5rem;
  }

  .car_model .list14 .carbg-list .swiper-pagination span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }

  .car_model .list15 .bot-li .li {
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }

  .car_model .lista .car-imgbox .ulimg .car-name {
    font-size: 9.5rem;
    top: 2rem;
  }

  .car_model .list8 .bot-li .li {
    padding: 0 .7rem;
  }

  .car_model .list9 .li-item {
    height: 150px;
    width: 150px;
  }

  .car_model .list9 .libox {
    margin-top: 6rem;
  }

  .n-configure .con-left .li-item .li {
    /*margin: 0 .3rem;*/
  }

  .n-configure .con-left {
    width: 60%;
  }

  .n-configure .con-right {
    width: 36%;
    height: auto;
  }

  .n-configure-info .con-box .li {
    font-size: 14px;
  }

  .bot-configure {
    font-size: 14px;
  }

  .bot-configure .p {
    width: 100%;
  }

  .n-configure-info .con-listbox {
    height: 920px;
  }

  .configure-banner .car-img {
    right: 2rem;
  }

  .car_model .lista .car-imgbox .ulimg #carimg {
    /*max-width:100% !important;*/
    width: 100% !important;
    height: calc(100vw * 0.88 * 0.667) !important;
    background-size: 100% 100%;
  }
}
@media (max-width: 960px) {
  .n-about .listc .ulbox .li-item {
    /*width: 100%;*/
  }

  .n-about .listc .ulbox .li-item .img-text {
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .n-about .listc .ulbox .li-item .img, .n-about .listc .ulbox .li-item .text {
    width: 100%;
  }

  .n-about .listc .ulbox .li-item .text {
    padding: .5rem;
  }

  .n-promotion .promotion-left {
    width: 100%;
    float: none;
    display: block;
  }

  .n-promotion .promotion-left .promotion-list {
    border-right: none;
  }

  .n-promotion .promotion-right {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
    float: none;
    display: block;
  }

  .n-promotion .promotion-right {
    overflow: hidden;
  }

  .n-promotion .promotion-right .nli-img {
    width: 48.5%;
    float: left;
    margin-right: 3%;
    margin-bottom: 3%;
  }

  .n-promotion .promotion-right .nli-img:nth-child(2n) {
    margin-right: 0;
  }

  .i-lista .carlist .w1600 {
    width: 94%;
  }

  .n-dealer-recruit .list17 .swiper-button-next, .n-dealer-recruit .list17 .swiper-button-prev {
    width: 45px;
    height: 45px;
  }

  .n-dealer-recruit .list17 .swiper-button-next:before {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }

  .n-dealer-recruit .list17 .swiper-button-next:before, .n-dealer-recruit .list17 .swiper-button-prev:before {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }

  .n-dealer-recruit .list11 .left, .n-dealer-recruit .list11 .right {
    width: 100%;
  }

  .n-dealer-recruit .list11 .right {
    margin-top: 1.5rem;
  }

  .n-dealer-recruit .list5 .itembox {
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .n-dealer-recruit .list5 .li-item {
    width: 48%;
    margin: 2% 4% 2% 0;
  }

  .n-dealer-recruit .list5 .li-item:nth-child(2n) {
    margin-right: 0;
  }

  .n-about .listb .text {
    top: 5rem;
  }

  .n-join .join-scholl-nav .li {
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }

  .n-join .join-scholl-nav .li .img {
    margin-right: 0px;
  }

  .n-join .listc .li img {
    width: 55px;
    height: 55px;
  }

  .n-join .liste .li {
    height: 150px;
  }

  .n-join .liste .libox2 .li {
    height: 180px;
  }

  .n-join .liste .li img {
    width: 60px;
    height: 60px;
  }

  .car_model .list13 {
    height: 16rem;
  }

  .car_model .list13 .car-img {
    width: 8rem;
  }

  .n-configure-info .car-img, .n-configure-info .con-list2 .top {
    height: 130px;
  }
}
@media (max-width: 786px) {
  .n-join .step-bottom {
    height: 45px;
    line-height: 45px;
  }

  .n-join .join-scholl-nav .li .img {
    width: 35px;
    height: 35px;
  }

  .n-join .listd .table .li-item .li {
    font-size: 13px;
  }

  .n-join .liste .li {
    height: 120px;
  }

  .n-join .liste .libox2 .li {
    height: 150px;
  }

  .n-join .lista .join-list .join-list-text .sp2 {
    font-size: 12px;
    line-height: 2;
  }
}
@media (max-width: 560px) {
  .n-join .listc .ulbox {
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }

  .n-join .listc .li {
    width: 100%;
  }

  .n-join .lista .join-list .button-btn {
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    width: 110px;
    margin-top: -15px;
  }

  .n-join .join-scholl-nav {
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .n-join .join-scholl-nav .li {
    width: 32%;
    margin-bottom: 1.2%;
  }

  .n-join .list-step2 .list-step-box {
    padding-right: .5rem;
  }

  .n-join .list-step1 .list-step-box .li {
    width: 100%;
  }

  .n-join .list-step1 .list-step-box .sp1 {
    font-size: 14px;
    width: 70px;
  }

  .n-join .list-step1 .list-step-box .sp2 {
    width: calc(100% - 70px - .5rem);
  }

  .n-join .list-step2 .list-step-box .li-47 {
    width: 100%;
  }

  .n-join .list-step2 .list-step-box .ma-left-6 {
    margin-right: 0;
  }

  .n-join .li-box {
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .n-join .form-botton {
    margin-left: 70px;
  }

  .n-join .form-botton .submit-bottom {
    height: 35px;
    line-height: 35px;
  }

  .n-join .form-botton .input-submit, .n-join .form-botton .input-reset {
    height: 31px;
  }

  .n-join .list-step1 .list-step-box .sp2.sp-2-right {
    margin-left: 70px;
    margin-top: .75rem;
  }

  .n-join .lista .filterbox {
    padding: .5rem;
  }

  .n-join .lista .filterbox .filter-title {
    width: 100%;
  }

  .n-join .lista .filterbox .filter-li {
    width: 100%;
  }

  .n-join .lista .filterbox .sp2, .n-join .lista .filterbox .sp3 {
    font-size: 12px;
  }

  .n-join .lista .filterbox .filter-item {
    padding-right: 0;
  }

  .n-join .lista .filterbox .filter-item4 {
    height: auto;
  }

  .n-join .lista .filterbox .filter-item4 form {
    width: 100%;
  }

  .n-join .lista .filterbox .sp2 {
    margin: 0 .35rem 5px;
  }

  .n-join .filter-form {
    margin-left: 0;
  }

  .n-join .lista .filterbox .filter-item {
    margin-bottom: 0;
  }

  .n-join .lista .join-list .join-list-text span {
    font-size: 12px;
  }

  .n-join .lista .join-list .join-list-li {
    padding: .75rem .5rem .75rem 0;
  }
}





/*ix5杞﹀瀷*/
@media (max-width: 1480px) {
  .car_model .ix5-lista .car-imgbox .ulimg #carimg {
    width: 88% !important;
    height: calc(100vw * 0.9 * 0.667) !important;
  }

  .ix5-lista #carimg {
    margin-top: -15%;
  }
}
@media (max-width: 1280px) {
  .listix-1 .text-ix5 {
    padding-left: 6%;
  }

  .listix-2 .bot-li .li, .listix-3 .bot-li .li {
    padding: 0 .75rem;
  }
}
@media (max-width: 1023px) {
  .car_model .ix5-lista .car-imgbox .ulimg #carimg {
    width: 100% !important;
    height: calc(100vw * 0.88 * 0.8) !important;
    background-size: 100% 100%;
  }

  .ix5-lista #carimg {
    margin-top: -6%;
  }

  .listix-2 .bot-li, .listix-3 .bot-li {
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .listix-2 .bot-li .li, .listix-3 .bot-li .li {
    width: 50%;
    padding: 0.5rem .7rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .listix-2 .bot-li .li:nth-child(2), .listix-3 .bot-li .li:nth-child(2) {
    border-right: none;
  }

  .listix-2 .bot-li .li:nth-child(3), .listix-2 .bot-li .li:nth-child(4), .listix-3 .bot-li .li:nth-child(3), .listix-3 .bot-li .li:nth-child(4) {
    border-bottom: none;
  }

  .listix-2 .car-img {
    margin-top: 12rem;
  }

  .listix-3 {
    height: 24rem;
  }

  .carix5-banner {
    height: 15rem;
  }
}
@media (max-width: 960px) {
  .car-info-nav .car-price {
    margin-right: .3rem;
  }
  .car-info-nav .car-price .tit-24 {
    font-size: 18px;
  }
}



/*xin-330杞﹀瀷*/
@media (max-width: 1023px) {
  .list330-2 .bot-li {
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .list330-2 .bot-li .li {
    width: 50%;
    margin-bottom: .8rem;
    text-align: left;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }

  .list330-2 .bot-li .li .img img {
    width: 45px;
    height: 45px;
  }
}



.mobile-block2{
  display:none !important;
}
.pc-block2{
  display:block !important;
}
/*xin-ix5杞﹀瀷*/
@media (max-width: 1480px) {
  .img-alert .md-content {
    padding: .5rem 1.5rem;
  }

  .img-alert .md-close {
    right: 1.5rem;
  }

  .itemix5-1 .text {
    margin-left: 3rem;
  }
  .img-alert .imgbox-list .swiper-slide .text {
    font-size:14px;
  }
  .itemix5-4 {
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    height: 30rem;
  }
  .itemix5-box .p2 {
    margin-top: .5rem;
    margin-left: 0;
  }

  .mobile-block2{
    display:block!important;
  }
  .pc-block2{
    display:none  !important;
  }
  .itemix5-4  .text .n-text{
    width: 600px;
  }
}
@media (max-width: 1280px) {
  .itemix5-7 {
    padding: 2rem 2.5rem 0;
  }

  .itemix5-9 .text {
    margin-left: 3rem;
  }

  .itemix5-1 {
    padding: 2rem 2.5rem 0;
  }

  .itemix5-6 {
    padding: 2rem 2.5rem 0;
  }

  .itemix5-3 {
    padding: 9rem 2.5rem 0;
  }

  .itemix5-3 .text .n-text .img {
    width: 13rem;
  }

  .itemix5-3 {
    padding: 2rem 2.5rem 0;
  }

  

  .itemix5-box .text .n-text {
    -webkit-box-align: left;
    -webkit-align-items: left;
        -ms-flex-align: left;
            align-items: left;
  }

  .itemix5-4 .text .n-text .img, .itemix5-box .text .n-text .img {
    margin-bottom: .4rem;
  }

  .itemix5-4 .text .n-text .img {
    width: 10rem;
  }

  .itemix5-6 .text .n-text .img {
    width: 9rem;
  }

  .itemix5-8 .text .n-text .img {
    width: 12rem;
  }

  .itemix5-4 {
    padding: 2rem 2.5rem 0;
  }

  
  .itemix5-8 {
    padding: 2.25rem 2.5rem 0;
  }

  .itemix5-9 .text .n-text .img {
    width: 8rem;
  }
}
@media (max-width: 960px) {
  .img-alert .md-content {
    padding: .5rem;
  }

  .img-alert .md-close {
    right: .5rem;
  }

  .itemix5-1 .text {
    margin-left: 0rem;
  }

  .itemix5-2 .text .n-text .img img {
    width: 12rem;
  }

  .itemix5-box .text .n-text {
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }

  .itemix5-box .text .n-text .img {
    padding-right: 0;
  }
  .itemix5-box .text .n-text .img:before {
    display: none;
  }

  .itemix5-box .text .p1 {
    margin-left: 0;
    width: 100%;
  }

  .itemix5-2 {
    padding: 2.25rem 2.5rem 0;
  }

  .itemix5-9 .text {
    margin-left: 0;
  }

  .itemix5-9 {
    padding: 2.25rem 2.5rem 0;
  }
  .img-alert .imgbox-list .swiper-slide .text {
    font-size:12px;
  }
  .itemix5-4  .text .n-text{
    width: auto;
  }
}

/*# sourceMappingURL=mobile.css.map */</pre></body></html>